toggle menu
Ktor Boost
common
switch theme
search in API
ktor-boost
/
[root]
/
downloadBytes
download
Bytes
suspend
fun
HttpClient
.
downloadBytes
(
urlString
:
String
,
bufferSize
:
Int
=
DEFAULT_DOWNLOAD_BUFFER_SIZE
,
block
:
HttpRequestBuilder
.
(
)
->
Unit
=
{}
,
onProgress
:
suspend
(
DownloadProgress
)
->
Unit
=
{}
)
:
DownloadResult